|
Server : LiteSpeed System : Linux host 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64 User : idnco5810 ( 1093) PHP Version : 8.2.29 Disable Function : NONE Directory : /proc/self/root/usr/include/X11/ |
Upload File : |
#ifndef _X11_IMUTIL_H_
#define _X11_IMUTIL_H_
extern int
_XGetScanlinePad(
Display *dpy,
int depth);
extern int
_XGetBitsPerPixel(
Display *dpy,
int depth);
extern int
_XSetImage(
XImage *srcimg,
XImage *dstimg,
int x,
int y);
extern int
_XReverse_Bytes(
unsigned char *bpt,
int nb);
extern void
_XInitImageFuncPtrs(
XImage *image);
#endif /* _X11_IMUTIL_H_ */